net/http.http2stream.id (field)

23 uses

	net/http (current package)
		h2_bundle.go#L4658: 	id        uint32
		h2_bundle.go#L5152: 	*writeArg = http2writeData{stream.id, data, endStream}
		h2_bundle.go#L5373: 			sc.resetStream(http2streamError(st.id, http2ErrCodeNo))
		h2_bundle.go#L5712: 	delete(sc.streams, st.id)
		h2_bundle.go#L5739: 	sc.writeSched.CloseStream(st.id)
		h2_bundle.go#L5946: 	return st.id%2 == 0
		h2_bundle.go#L5990: 		StreamID: st.id,
		h2_bundle.go#L6070: 		sc.writeSched.AdjustStream(st.id, f.Priority)
		h2_bundle.go#L6139: 		return sc.countError("trailers_not_ended", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L6143: 		return sc.countError("trailers_pseudo", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L6152: 				return sc.countError("trailers_bogus", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L6189: 		id:        id,
		h2_bundle.go#L6203: 	sc.writeSched.OpenStream(st.id, http2OpenStreamOptions{PusherID: pusherID})
		h2_bundle.go#L6295: 		return nil, nil, sc.countError(res.InvalidReason, http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L6398: 				write:  http2handlerPanicRST{rw.rws.stream.id},
		h2_bundle.go#L6462: 		write:  http2write100ContinueHeadersFrame{st.id},
		h2_bundle.go#L6510: 		streamID = st.id
		h2_bundle.go#L6706: 			streamID:      rws.stream.id,
		h2_bundle.go#L6741: 			streamID:  rws.stream.id,
		h2_bundle.go#L6967: 			streamID:    rws.stream.id,
		h2_bundle.go#L7209: 		promised := sc.newStream(promisedID, msg.parent.id, http2stateHalfClosedRemote)
		h2_bundle.go#L7229: 			streamID:           msg.parent.id,
		h2_bundle.go#L11197: 	return wr.stream.id